Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.elasticsearch.work.config--queues

This contribution is part of XML component org.nuxeo.elasticsearch.work.config inside nuxeo-elasticsearch-core-9.10.jar /OSGI-INF/workmanager-contrib.xml

Extension Point

Extension point queues of component service.

Contributed Items

  • <queue id="elasticSearchIndexing">
          <name>ElasticSearch Indexing</name>
          <maxThreads>4</maxThreads>
          <!-- <usePriority>true</usePriority> -->
          <category>elasticSearchIndexing</category>
          <clearCompletedAfterSeconds>90</clearCompletedAfterSeconds>
        </queue>

XML Source

<extension point="queues" target="org.nuxeo.ecm.core.work.service">
    <queue id="elasticSearchIndexing">
      <name>ElasticSearch Indexing</name>
      <maxThreads>4</maxThreads>
      <!-- <usePriority>true</usePriority> -->
      <category>elasticSearchIndexing</category>
      <clearCompletedAfterSeconds>90</clearCompletedAfterSeconds>
    </queue>
  </extension>